Sets the values under the "Numeric Value" (0040,A30A) element.
Public Overloads Sub SetNumericValue( _
ByVal value() As Double, _
ByVal length As Integer _
)
function Leadtools.Dicom.DicomWaveformAnnotation.SetNumericValue(Double[],Int32)(
value ,
length
)
public:
void SetNumericValue(
array<double>^ value,
int length
)
value
Buffer that contains the values to set.
length
Number of values to set. NumericValueCount is updated with this value.
The values set using this methods will be ignored if UnformattedTextValue is not a null reference (Nothing in VB).
For an example, refer to WaveformGroupCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET